Skip to content

解除门店收款信息绑定

该API接口可用于给一个特定的门店解除收款商户号。解除成功后,商户号不能再为门店收款。目前只支持解除此前收款方拒绝的收款商户号。 官方文档

js
wxpay
.
v3
.
merchantStore
.
stores
.
_store_id_
.
recipients
.
unbind
.
post
({
sub_mchid
,
store_recipient
,
}, {
store_id
, })
.
then
(
({
data
: {
failed_store_recipient
,
}, }) => ({
failed_store_recipient
,
}) )

Released under the MIT License. (SITEMAP)